公告

Collapse
No announcement yet.

請教 psql 的指令

Collapse
X
 
  • Filter
  • 時間
  • Show
Clear All
new posts

  • 【請求】 請教 psql 的指令

    $sql = "SELECT a.name, b.id, b.name, b.no, b.tab, b.bu, b.ndate, b.users, b.indate, b.cd from author a, tos b
    where b.name='$pq' and b.tab!='<font color=red>正在使用中' and b.cd=true and a.id=b.authorid order by id asc";

    對不起本想簡化了才張貼.

    問題是 b.name='$pq' 要全名才能找出資料

    我是想近似查詢

    我不會在這裡使用這語法 LIKE '% %'


    這樣 tos=# SELECT * from author where name like '% SPG20%';
    id | name | tel
    ----+------+-----
    (0 rows)

    也不對

    因為欄位是有 SPG20 這物件

    請教各位 謝謝

  • #2
    作者: yml 查看文章
    $sql = "SELECT a.name, b.id, b.name, b.no, b.tab, b.bu, b.ndate, b.users, b.indate, b.cd from author a, tos b
    where b.name='$pq' and b.tab!='<font color=red>正在使用中' and b.cd=true and a.id=b.authorid order by id asc";

    對不起本想簡化了才張貼.

    問題是 b.name='$pq' 要全名才能找出資料

    我是想近似查詢

    我不會在這裡使用這語法 LIKE '% %'


    這樣 tos=# SELECT * from author where name like '% SPG20%';
    id | name | tel
    ----+------+-----
    (0 rows)

    也不對

    因為欄位是有 SPG20 這物件

    請教各位 謝謝


    b.name like '%".$pq."%' <<<<試一下這樣看看。

    評論


    • #3
      謝謝 ram

      跟著你的指導去做 問題立即解決了



      這樣無頭的文章是這網站做成的

      我第一次發表文章是用回復他人己發表的文章方式發表

      但今次卻不給我回復 我發表的文章

      評論


      • #4
        作者: yml 查看文章
        跟著你的指導去做 問題立即解決了



        這樣無頭的文章是這網站做成的

        我第一次發表文章是用回復他人己發表的文章方式發表

        但今次卻不給我回復 我發表的文章

        我今天把你的文章獨立出去,方便讓大家看到,網站註冊一天後才可以發言。

        網站並沒有對發言部份做任何的限制,操作的部份也很簡單,論壇輔助說明 應該可以幫你找出一些答案,

        這種幫忙不算什麼,你是香港的朋友嗎,歡迎你。

        不過請你發言時,注意你發言的區域,你剛POST到遊戲版了,下次我可能會刪文了,。

        評論

        Unconfigured Ad Widget

        Collapse
        Working...
        X